.top-slide img{
    width: 100%;
}
.top-slide{
    position: relative;
}
.top-slide .hd{
    z-index: 2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 19px;
}
.top-slide .hd ul{
    display: flex;
}
.top-slide .hd li{
    margin: 0 4px;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    background-color: #fff;
}
.top-slide .hd li.on{
    background-color: #4c7bf9;
}


.zjlt{
    background-color: #fff;
}
.zjlt>div{
    padding: 66px 0 86px 0;
    display: flex;
}
.zjlt>div>div{
    box-sizing: border-box;
    width: 50%;
}
.part-title{
    display: flex;
    flex-direction: column;
}
.part-title .cn{
    font-size: 40px;
    color: #2f5ace;
    font-weight: bold;
    margin-bottom: 10px;
}
.part-title .en{
    font-size: 18px;
    color: #929292;
}
.title-font{
    display: flex;
    justify-content: space-between;
}
.zjlt-left p{
    margin-top: 26px;
    font-size: 18px;
    color: #222222;
    line-height: 36px;
}
.zjlt-more{
    margin-top: 16px;
    display: block;
    width: 128px;
    height: 44px;
    border: 1px solid #2f5ace;
    border-radius: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    color: #2f5ace;
    transition: all 0.25s;
}
.zjlt-more:hover{
    color: #fff;
    background-color: #2f5ace;
}
.zjlt-right{
    padding-left: 74px;
    position: relative;
    height: 449px;
}
.zjlt-right .img{
    width: 628px;
    height: 421px;
    overflow: hidden;
    position: absolute;
}
.zjlt-right .behind{
    width: 248px;
    height: 248px;
    background-color: #2f5ace;
    position: absolute;
    top: 201px;
    left: 482px;
}

.news{
    padding: 50px 0 92px 0;
    background-color: #f1f1f1;
}
.news .part-title{
    text-align: center;
}
.news-con{
    margin-top: 30px;
    display: flex;
}
.news-left{
    width: 646px;
    position: relative;
    height: 433px;
}
.news-left .hd{
    z-index: 2;
    position: absolute;
    right: 28px;
    bottom: 19px;
}
.news-left .hd ul{
    display: flex;
}
.news-left .hd li{
    margin: 0 4px;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    background-color: #fff;
}
.news-left .hd li.on{
    background-color: #4c7bf9;
}
.news-left .bd li{
    position: relative;
    width: 646px;
    height: 433px;
    overflow: hidden;
}
.news-left img{
    width: 100%;
    height: 100%;
}
.news-left span{
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 110px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
}
.news-right{
    box-sizing: border-box;
    width: calc(100% - 646px);
    height: 433px;
    background-color: #fff;
    padding: 12px 26px 0 36px;
}
.news-right .hd{
    position: relative;
    height: 55px;
    margin-bottom: 16px;
}
.news-right .hd li{
    cursor: default;
    display: inline-block;
    padding: 0 6px;
    font-size: 20px;
    font-weight: bold;
    color: #494949;
    height: 55px;
    line-height: 55px;
}
.news-right .hd li.on{
    color: #2f5ace;
    border-bottom: 3px solid #2f5ace;
}
.news-right .hd a{
    display: none;
    position: absolute;
    text-align: center;
    line-height: 28px;
    top: 14px;
    right: 0;
    width: 74px;
    height: 28px;
    border-radius: 20px;
    border: 1px solid #dfdfdf;
    font-size: 14px;
    color: #767676;
    transition: all 0.25s;
}
.news-right .hd a:hover{
    border-color: #2f5ace;
    background-color: #2f5ace;
    color: #fff;
}
.news-right .hd li.on a{
    display: block;
}
.news-right .bd li{
    position: relative;
    box-sizing: border-box;
    height: 63px;
    line-height: 63px;
    border-bottom: 1px solid #dfdfdf;
    padding-left: 20px;
    padding-right: 100px;
    overflow: hidden;
}
.news-right .bd li::after{
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #747474;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.news-right .bd li a{
    display: block;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}
.news-right .bd li a span{
    font-size: 16px;
    color: #000;
    transition: all 0.25s;
}
.news-right .bd li a:hover span{
    color: #2f5ace;
    margin-left: 8px;
}
.news-right .bd li .time{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #ababab;
    font-size: 14px;
}

.service{
    background: url(../img/fwly.jpg) top center no-repeat;
    padding: 88px 0 118px 0;
}
.service .part-title{
    text-align: center;
}
.service p{
    margin-top: 36px;
    font-size: 18px;
    color: #222222;
    line-height: 36px;
}
.service-part{
    margin-top: 68px;
}
.service-part ul{
    display: flex;
    justify-content: space-between;
}
.service-part li a{
    display: block;
    width: 281px;
    height: 94px;
    background-color: #2f5ace;
    display: flex;
    justify-content: center;
    align-items: center
}
.service-part li i{
    font-size: 40px;
    background: -webkit-linear-gradient(to bottom, #f5f7ff 0%, #90aeff 100%); /* Chrome, Safari */
    background: linear-gradient(to bottom, #f5f7ff 0%, #90aeff 100%); /* 标准语法 */
    -webkit-background-clip: text; /* Chrome, Safari */
    background-clip: text;
    -webkit-text-fill-color: transparent; /* Chrome, Safari */
    color: transparent; /* 标准语法, 也可以用于其他浏览器 */
    transition: all 0.25s;
}
.service-part li span{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-left: 22px;
}
@keyframes shake {
    0% {
        transform: rotateZ(0deg);
    }
    25% {
        transform: rotateZ(-20deg);
    }
    50% {
        transform: rotateZ(0deg);
    }
    75% {
        transform: rotateZ(20deg);
    }
    100% {
        transform: rotateZ(0deg);
    }
}
.service-part li:hover i{
    animation-name: shake;
    animation-duration: 0.25s;
}

.honor{
    padding: 66px 0 74px 0;
    background-color: #fff;
}
.honor .part-title{
    text-align: center;
}
.honor p{
    margin-top: 40px;
    font-size: 18px;
    color: #343333;
    line-height: 36px;
}
.honor p a{
    float: right;
    color: #2f5ace;
}
.honor-img{
    margin-top: 56px;
}
.honor-img .bd{
    width: 100%;
}
.honor-img ul{
    /* display: flex; */
}
.honor-img li{
    width: 340px !important;
    height: 220px;
    overflow: hidden;
    margin: 0 17.5px;
}
.honor-img li img{
    width: 340px;
    height: 220px;
}
